Identity

data class Identity(val id: IdentityId, val displayName: String, val username: String, val primaryEmailAddress: String?)

Identity information associated with a Passkey. An Identity is a unique identifier that may be used by an end-user to gain access governed by Beyond Identity. An Identity is created at the Realm level. An end-user may have multiple identities. A Realm can have many Identities.

Constructors

Link copied to clipboard
fun Identity(id: IdentityId, displayName: String, username: String, primaryEmailAddress: String?)

Properties

Link copied to clipboard

The display name of the identity.

Link copied to clipboard

The unique identifier of the identity.

Link copied to clipboard

The primary email address of the identity.

Link copied to clipboard

The username of the identity.